Other Classes

The following classes are available globally.

  • A MongoDB Change Stream session. This can be used to get or change the delegate that reacts to change events on this stream. It can also be used to close open streams.

    See more

    Declaration

    Swift

    public class ChangeStreamSession<DocumentT> where DocumentT : Decodable, DocumentT : Encodable
  • A class representing the possible types of change streams.

    See more

    Declaration

    Swift

    public class ChangeStreamType<DocumentT> where DocumentT : Decodable, DocumentT : Encodable